home *** CD-ROM | disk | FTP | other *** search
- #define MODEM_DEV "/dev/modem" /* Modem device. */
- #define BPS_RATE B9600 /* Baud rate for the modem. */
- #define RESET_STR "atz\r" /* Initialization string. */
- #define OK "OK" /* Modem OK string. */
- #define RING "RING" /* Modem RING string. */
- #define RING_TIME 7 /* Time (in seconds) between rings. */
- #define TOTAL_TIME 45 /* The total time interval (in seconds)
- * between the first sequence of rings and
- * the second. */
- #define RECYCLE_TIME 300 /* Time to wait between checking whether
- * dip has gone offline or not. */
- #define PROGRAM "/sbin/dip" /* Full-pathname of program to run. */
- #define ARG "/home/thekind/bin/tezcat.dip" /* Arguments to pass to program. */
-